gtk4.git
2010-12-06 Tristan Van... Fixed gtk-doc statement in GtkCellArea header
2010-12-06 Tristan Van... Added gtk_cell_area_foreach_alloc() to further simplify...
2010-12-06 Tristan Van... Changed gtk_cell_area_forall to gtk_cell_area_foreach...
2010-12-05 Kristian RietveldBring back _gtk_tree_view_column_get_cell_at_pos
2010-12-05 Kristian RietveldReplace FIRST_PIXEL macros with something that's more...
2010-12-05 Kristian RietveldClean up and clarify row height calculations
2010-12-05 Kristian RietveldClean up _gtk_tree_view_column_cell_event
2010-12-05 Kristian RietveldRemove the need for _gtk_tree_view_column_get_focus_area
2010-12-05 Kristian RietveldClarify start_pos parameter gtk_tree_view_column_cell_g...
2010-12-05 Kristian RietveldRemove private accessor for focus column
2010-12-05 Kristian RietveldMove _gtk_tree_view_column_cell_focus to gtktreeview.c
2010-12-05 Kristian RietveldUse structure bitfield instead of GtkTreeViewFlags
2010-12-05 Kristian RietveldTurn TREE_VIEW_DRAW_EXPANDERS into an inline function
2010-12-05 Kristian RietveldRemove unused TREE_VIEW_COLUMN_REQUESTED_WIDTH macro
2010-12-05 Kristian RietveldTurn TREE_VIEW_HEADER_HEIGHT into an inline function
2010-12-05 Tristan Van... Added g_getenv("RTL") to test rtl layouting.
2010-12-05 Tristan Van... Fixed conflicts from rebasing GtkTreeViewColumn changes...
2010-12-05 Tristan Van... Adding testverticalcells.c.
2010-12-05 Tristan Van... Removing hack and fixing gtk_tree_view_column_cell_get_...
2010-12-05 Tristan Van... Added GtkTreeViewColumn:cell-area construct-only property.
2010-12-05 Tristan Van... Fixed GtkTreeViewColumn allocation to only subtract...
2010-12-05 Tristan Van... Changed GtkTreeView to bookkeep the deepest expanded...
2010-12-05 Tristan Van... Allocate proper inner cell area to the GtkTreeViewColumn.
2010-12-05 Tristan Van... Created _gtk_tree_view_column_request_width().
2010-12-05 Tristan Van... Use gtk_tree_view_get_real_requested_width_from_column...
2010-12-05 Tristan Van... Changed _gtk_tree_view_column_set_width for _gtk_tree_v...
2010-12-05 Tristan Van... Removed GtkTreeViewPrivate from gtktreeprivate.h and...
2010-12-05 Tristan Van... Removed the private sharing of internal treeview macros...
2010-12-05 Tristan Van... Removed all variables from GtkTreeViewColumn and create...
2010-12-05 Tristan Van... Added proper handling of right to left layouting of...
2010-12-05 Tristan Van... Added different icon at the end of testtreeedit to...
2010-12-05 Tristan Van... Merge branch 'master' into treeview-refactor
2010-12-05 Javier JardónAdd internal accessor for GtkEntry->is_cell_renderer
2010-12-04 Matthias ClasenFix a segfault in gdk_window_beep
2010-12-04 Matthias ClasenTry again to fix the gdk symbol list
2010-12-04 Matthias ClasenFix gdk_rgba_parse call
2010-12-04 Carlos GarnachoFix call to gtk_widget_override_cursor()
2010-12-04 Carlos GarnachoMake gtk_widget_override_cursor() take GdkRGBAs
2010-12-04 Tristan Van... Merge branch 'master' into treeview-refactor
2010-12-04 Paolo BorelliAnnotate gdk_window_get_geometry, get_position and...
2010-12-04 Carlos GarnachoGtkThemingEngine: Fix parameters for gtk_theming_engine...
2010-12-04 Carlos Garnachotestgtk: Fix gdk_rgba_parse() arguments.
2010-12-04 Carlos GarnachoGtkCssProvider: Improve error handling and reporting.
2010-12-04 Carlos GarnachoGtkThemingEngine: Be a bit more robust against missing...
2010-12-04 Carlos Garcia... GtkWidget: add gtk_widget_render_icon_pixbuf()
2010-12-04 Carlos Garcia... GtkIconFactory: add gtk_icon_set_render_icon_pixbuf()
2010-12-04 Carlos Garcia... GtkStyle: set style context state before calling gtk_re...
2010-12-04 Carlos Garcia... GtkStyle: make context property readable
2010-12-04 Carlos Garcia... GtkWidget: queue a resize when style context changed
2010-12-04 Carlos Garcia... GtkStyleContext: invalidate icon caches when resetting...
2010-12-04 Carlos Garcia... Use gtk_style_context_reset_widgets() instead of gtk_rc...
2010-12-04 Carlos Garcia... GtkSettings: add _gtk_settings_get_screen() private...
2010-12-04 Carlos GarnachoBlock direct #including in style headers
2010-12-04 Carlos GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoGtkStyleProperties: Refactor color/gradient resolution
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_override_cursor().
2010-12-04 Carlos GarnachoAdd GtkModifierStyle as a private object
2010-12-04 Carlos GarnachoGtk9Slice: Fix stretch rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_lookup_color()
2010-12-04 Carlos GarnachoParse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
2010-12-04 Carlos GarnachoGtkThemingEngine: Remove unused variables
2010-12-04 Carlos GarnachoFix compiler warnings.
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Carlos GarnachoFix docs typo.
2010-12-04 Carlos GarnachoGtkCssProvider: Fix up state matching when looking...
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle directionality when picking...
2010-12-04 Carlos GarnachoGtkWidget: unset NULL properties when overriding style.
2010-12-04 Carlos GarnachoGtkThemingEngine: Render gradients in tabs.
2010-12-04 Carlos GarnachoGtkThemingEngine: split background rendering to a priva...
2010-12-04 Carlos GarnachoGtkStyle: Commit a few typos when translating states.
2010-12-04 Carlos Garcia... docs: gtk_style_context_get_screen() always returns...
2010-12-04 Carlos Garcia... Check screen really changed before notifying it and...
2010-12-04 Carlos Garcia... Initialize screen of GtkStyleContext to default screen
2010-12-04 Matthias ClasenAdd explanation to failing test
2010-12-04 Matthias ClasenAdd a testcase a problem with style property handling
2010-12-04 Matthias ClasenAllow images for background-image
2010-12-04 Matthias ClasenAdd list of classes and regions to the docs
2010-12-04 Matthias ClasenAvoid compiler warnings
2010-12-04 Matthias ClasenDon't add class "scrollbar" for every trough
2010-12-04 Matthias ClasenTrivial doc fixes
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenAdd deprecation notes
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Matthias ClasenForgotten files
2010-12-04 Matthias ClasenMake tests compile without using GtkStyle api
2010-12-04 Matthias ClasenPort gtk3-demo to GtkStyleContext
2010-12-04 Matthias ClasenFix memory handling when dealing with colors
2010-12-04 Matthias ClasenImprove the migration guide
2010-12-04 Matthias ClasenDeprecate gtk_icon_info_load_symbolic_for_style
2010-12-04 Carlos GarnachoGtkSpinner: Use style context for rendering.
2010-12-04 Carlos GarnachoGtkStyleContext: handle prelight transitions
2010-12-04 Carlos GarnachoGtkThemingEngine: Handle prelight transitions in render...
2010-12-04 Carlos GarnachoGtkThemingEngine: Also render topright and bottomleft...
2010-12-04 Carlos GarnachoInitialize all looping, active state transitions on...
2010-12-04 Carlos GarnachoAdd #define for the "spinner" style class
2010-12-04 Carlos GarnachoGtkStyleContext: store layout extents for animation...
2010-12-04 Carlos GarnachoGtkStyleContext: Only allow looping transitions for...
2010-12-04 Carlos GarnachoGtkStyleContext: Stop animations if the window is gone.
2010-12-04 Carlos GarnachoGtkThemingEngine: render square corner if the gap is...
next